Support /etc/ostree/remotes.d
authorColin Walters <walters@verbum.org>
Thu, 8 May 2014 13:16:36 +0000 (09:16 -0400)
committerColin Walters <walters@verbum.org>
Thu, 8 May 2014 22:59:24 +0000 (18:59 -0400)
commitf47a20fb816a16532d6f9885b046d6a4aed278c1
tree4eb23638c9abfc3e908e9d19e309ed967452d846
parent466671407de87cc366b4cb5c590d108a5516e30d
Support /etc/ostree/remotes.d

For many OS install scenarios, one runs through an installer which may
come with embedded data, and then the OS is configured post-install to
receive updates.

In this model, it'd be nice to avoid the post-install having to rewrite
the /ostree/repo/config file.

Additionally, it feels weird for admins to interact with "/ostree" -
let's make the system feel more like Unix and have our important
configuration in /etc.

https://bugzilla.gnome.org/show_bug.cgi?id=729343
Makefile-libostree.am
Makefile-ostree.am
doc/ostree.repo-config.xml
src/libostree/ostree-repo.c
src/libostree/ostree-repo.h
src/ostree/ot-builtin-remote.c